Skip to content

docs(claude): fix prisma migrate command and add missing scripts#86

Merged
altaskur merged 3 commits intodevelopfrom
docs/fix-claude-md
Mar 10, 2026
Merged

docs(claude): fix prisma migrate command and add missing scripts#86
altaskur merged 3 commits intodevelopfrom
docs/fix-claude-md

Conversation

@altaskur
Copy link
Copy Markdown
Owner

Summary

  • Fix npx prisma migrate devnpm run prisma:migrate (the npm script includes the required DATABASE_URL)
  • Add missing npm run prisma:push command
  • Add npm run sonar as a standalone analysis option
  • Clarify that Quality commands require SonarQube running (docker-compose up -d)

Test plan

  • No code changes, documentation only

🤖 Generated with Claude Code

altaskur and others added 3 commits March 10, 2026 23:07
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Replace `npx prisma migrate dev` with `npm run prisma:migrate` (uses correct DATABASE_URL)
- Add `npm run prisma:push` (missing command)
- Add `npm run sonar` as standalone analysis option
- Clarify that Quality commands require SonarQube running

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@altaskur altaskur merged commit a58da89 into develop Mar 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant